water source
IGraSS: Learning to Identify Infrastructure Networks from Satellite Imagery by Iterative Graph-constrained Semantic Segmentation
Hoque, Oishee Bintey, Adiga, Abhijin, Adiga, Aniruddha, Chaudhary, Siddharth, Marathe, Madhav V., Ravi, S. S., Rajagopalan, Kirti, Wilson, Amanda, Swarup, Samarth
Accurate canal network mapping is essential for water management, including irrigation planning and infrastructure maintenance. State-of-the-art semantic segmentation models for infrastructure mapping, such as roads, rely on large, well-annotated remote sensing datasets. However, incomplete or inadequate ground truth can hinder these learning approaches. Many infrastructure networks have graph-level properties such as reachability to a source (like canals) or connectivity (roads) that can be leveraged to improve these existing ground truth. This paper develops a novel iterative framework IGraSS, combining a semantic segmentation module-incorporating RGB and additional modalities (NDWI, DEM)-with a graph-based ground-truth refinement module. The segmentation module processes satellite imagery patches, while the refinement module operates on the entire data viewing the infrastructure network as a graph. Experiments show that IGraSS reduces unreachable canal segments from around 18% to 3%, and training with refined ground truth significantly improves canal identification. IGraSS serves as a robust framework for both refining noisy ground truth and mapping canal networks from remote sensing imagery. We also demonstrate the effectiveness and generalizability of IGraSS using road networks as an example, applying a different graph-theoretic constraint to complete road networks.
- North America > United States > Washington (0.14)
- North America > United States > Virginia (0.04)
- North America > United States > Nevada > Washoe County > Reno (0.04)
- (4 more...)
- Information Technology > Sensing and Signal Processing > Image Processing (1.00)
- Information Technology > Artificial Intelligence > Representation & Reasoning > Constraint-Based Reasoning (0.93)
- Information Technology > Artificial Intelligence > Machine Learning > Neural Networks > Deep Learning (0.68)
How to Exhibit More Predictable Behaviors
Lepers, Salomé, Lemonnier, Sophie, Thomas, Vincent, Buffet, Olivier
This paper looks at predictability problems, i.e., wherein an agent must choose its strategy in order to optimize the predictions that an external observer could make. We address these problems while taking into account uncertainties on the environment dynamics and on the observed agent's policy. To that end, we assume that the observer 1. seeks to predict the agent's future action or state at each time step, and 2. models the agent using a stochastic policy computed from a known underlying problem, and we leverage on the framework of observer-aware Markov decision processes (OAMDPs). We propose action and state predictability performance criteria through reward functions built on the observer's belief about the agent policy; show that these induced predictable OAMDPs can be represented by goal-oriented or discounted MDPs; and analyze the properties of the proposed reward functions both theoretically and empirically on two types of grid-world problems.
Israeli startup wins IBM top prize to Zzapp out malaria by mapping water sources
ZzappMalaria, a Jerusalem-based startup whose mobile app aims to help identify potential sources of malaria, has won a first prize of $3 million in the IBM Watson AI XPRIZE competition. The firm was also selected as the "Most Inspiring Team" in the People's Choice Award. The IBM Watson AI XPRIZE Challenge was launched in 2016 to promote the use of AI to solve the world's most pressing problems. Aifred Health, a Montreal-based digital health company focused on providing support for clinical decisions for mental health, won second place, getting a $1 million prize. Marinus Analytics, a Pittsburg, US-based firm that uses AI to quickly turn big data into actionable intelligence, helps fight human trafficking by saving hours and sometimes days of investigative time to find traffickers and recover victims.
- Asia > Middle East > Israel > Jerusalem District > Jerusalem (0.27)
- North America > Canada > Quebec > Montreal (0.25)
- Africa > Tanzania > Zanzibar (0.05)
- (5 more...)
Predicting Water Quality with Machine Learning Locus Technologies
At Locus Technologies, we're always looking for innovative ways to help water users better utilize their data. One way we can do that is with powerful technologies such as machine learning. Machine learning is a powerful tool which can be very useful when analyzing environmental data, including water quality, and can form a backbone for competent AI systems which help manage and monitor water. When done correctly, it can even predict the quality of a water system going forward in time. Such a versatile method is a huge asset when analyzing data on the quality of water.
Modeling overland flow from local inflows in almost no-time, using Self Organizing Maps
Leitao, Joao P., Zaghloul, Mohamed, Moosavi, Vahid
Physically-based overland flow models are computationally demanding, hindering their use for real-time applications. Therefore, the development of fast (and reasonably accurate) overland flow models is needed if they are to be used to support flood mitigation decision making. In this study, we investigate the potential of Self-Organizing Maps to rapidly generate water depth and flood extent results. To conduct the study, we developed a flood-simulation specific SOM, using cellular automata flood model results and a synthetic DEM and inflow hydrograph. The preliminary results showed that water depth and flood extent results produced by the SOM are reasonably accurate and obtained in a very short period of time. Based on this, it seems that SOMs have the potential to provide critical flood information to support real-time flood mitigation decisions. The findings presented would however require further investigations to obtain general conclusions; these further investigations may include the consideration of real terrain representations, real water supply networks and realistic inflows from pipe bursts.
- Europe > Switzerland > Zürich > Zürich (0.17)
- Europe > United Kingdom > England > Bristol (0.05)
- Africa > Middle East > Egypt > Alexandria Governorate > Alexandria (0.05)
Machine Learning for Humans, Part 5: Reinforcement Learning
In supervised learning, training data comes with an answer key from some godlike "supervisor". If only life worked that way! In reinforcement learning (RL) there's no answer key, but your reinforcement learning agent still has to decide how to act to perform its task. In the absence of existing training data, the agent learns from experience. It collects the training examples ("this action was good, that action was bad") through trial-and-error as it attempts its task, with the goal of maximizing long-term reward.